home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
graphicsUndo.subproj
/
SimpleGraphicsChange.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
261b
|
15 lines
/*
* Please refer to external documentation about Draw
* with Undo for information about what SimpleGraphicsChange
* is and where it fits in.
*/
@interface SimpleGraphicsChange : GraphicsChange
{
}
- saveBeforeChange;
- (BOOL)subsumeChange:change;
@end